home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 04 geoProgramming / GECOM1.SFX / readmefirst (.txt) < prev    next >
Encoding:
GEOS ConVerT  |  1990-02-12  |  12.2 KB  |  182 lines

  1. 0"READ-ME FIRST
  2. PRG formatted GEOS file V1.0
  3. StarNX-1000C
  4. OP V3.0 or higherNFO
  5. SYSTEM INFO_COM
  6. BLASTER'S CONVERTER V2.5
  7. SID-DEMO 5_com
  8. READ-ME FIRST
  9. Write Image V2.1
  10. geoWrite    V2.2
  11. ***** *) *>*1 G9*******.****. 3* ,9 *< *<`***3
  12. **.****q*3
  13. `*I@*
  14. *1*****A***9 l&******
  15.      H"geoCom"
  16.      PDemonstration of a new Basic programming & compiling program for GEOS 128 & 64, 40 or 80 col. modes!
  17. Instructions to the demo-version of geoCom and to the enclosed demo-programs with source text files.
  18. With this SFX you'll get a look at the world of programming with geoCom. 
  19. The complete geoCom-system is very extensive and consists of several programs. 
  20. This SFX contains the main program of the system - geoCom - and a few sample files for your convience.
  21. geoCom is a compiler, which translates source texts, (which are written in a BASIC-like programing language), into runable maschine code.
  22. GeoWrite V2.0 - (or higher version) - is necessary for writing the source texts. 
  23. This saved us from writing a separate text editor, and allows us to use all advantages geoWrite can offer.  You can even make your own source-library in text albums with text manager.
  24.      @** PLEASE PRINTOUT THESE INSTRUCTIONS AS THEY TAKE YOU STEP BY STEP THROUGH THE DEMONSTRATION PROCESS. **
  25. Please copy geoWrite, the geoCom-demo, and one of the geowrite source text demo files, to your RamDisk, (or to your work-disk) now.
  26. Open one of the enclosed source texts with geoWrite an take a closer look in it. You will find many BASIC-like commands and functions. Anyone who has programmed with BASIC V2.0/V7.0 or GEOBASIC, will quickly adapt to geoCom.  Only the first part of source text is new for all, but, that is necessary for compiling!
  27. In the instructions to geoCom you will find a detailed description of the first part of the source texts, so we won't say more about it here.
  28. If you want, you can experiment with changing some commands and functions. You can't destroy anything, because any errors will be collected, and after compiling, an error text file will be created.
  29. Now open geoCom from the DeskTop to start our demonstration.
  30. First, you will see the file-selection-box appear.  All geoWrite-documents on your current disk will be displayed in this box.  Please select one document that is a geoCom soucre file ONLY.
  31. After this you will be asked, if you want to create an error-text or not.  With this any errors found will be shown immediately, and found errors will be collected, and put into an errortext file. 
  32. Please click 
  33.      @YES
  34.  so you can get familiar with geoCom a little better.
  35. Now geoCom will read the source text and start the translation into machine language. The advantage, as compared with GEOBASIC, is that all commands will be translated into machine language, 
  36.      @before
  37.  the progam runs for the first time. 
  38. geoBasic isn't a compiler and has to translate the program every time it will be used with a special file, or attach a rather large addition to a self-running version.
  39. geoCom doesn't have that problem.  When all is done, you get a true GEOS file!
  40. While the compiler is working you can see which part of the source code is actually being translated.  The errors will be saved in an errortext after the compiling is done.  If there is a hard error, the error will be shown immediatly, and the compliling will stop.
  41.      @You can stop compiling at any time with the
  42.      P STOP-key.
  43. If the source is error free, like the ones on the demo-disk, the main-menu will appear and you can continue with one of the other options. 
  44. In this demo-version it is 
  45.      @not possible
  46.      @SAVE
  47.  a program. 
  48. You can only run it from the compiler. 
  49. Anything which is written in PLAINTEXT, is active.
  50. Anything which is written in 
  51. italics
  52.      @not
  53.  active.
  54. Now click on the Icon: "Run Program".  The program will run now. 
  55. If you quit the program you won't return to geoCom but directly to deskTop.
  56. The complete version of geoCom contains several programs:
  57.      @geoCom
  58.    -     the compiler, it translates the source text
  59.                     into a runable machine language.
  60.      @ObjectEdit
  61.   -     With this program you can create your own Menus,
  62.                     Dialogue Boxes, data-rows and IconTables
  63.      @Linker
  64.     -     connect a geoCom-program with machine code 
  65.                    from MegaAssembler or geoAssembler.
  66.      @Start geoCom
  67.  -     Accessory, this starts geoCom or ObjectEdit
  68.                       from another Application (such as geoWrite!)
  69.      @Start Editor
  70.  -     sets one of the several options of "Start geoCom"
  71.      @IconEdit
  72.     -     a complete Icon-Editor for editing the Icons for
  73.                     your own geoCom-programs!
  74.      @basicTOgeos
  75.  -     converts BASIC V2.0 language into geoWrite format 
  76.     source code text file.
  77. The true geoCom-system contains detailed Documentation with about 80 pages and 3 disk-pages full of source texts, demo-programs and instructions.
  78. geoCom was developed in Germany an was tested with GEOS 64 V2.0 and GEOS 128 V2.0 (in 40 and 80 column screen modes)
  79. You can order the complete system of geoCom by:
  80. GEOS USER SOFTWARE SACHSEN
  81. Denis D|hler
  82. Gorkistra~e 18
  83. D-04347 Leipzig
  84. Germany
  85. PERFORMANCE PERIPHERALS EUROPE
  86. Michael Renz
  87. Holzweg 12
  88. D-53332 Bornheim
  89. Germany
  90. The price is DM 59,- (price of introduction) plus shipping and handling fees.
  91. These instructions are a shorter translation of the german original for the german demo-version of geoCom. 
  92. If there are any questions left unanswered, please write to one of the address' on this page.
  93. This part of demo was translated into english by Falk Rehwagen. Sorry!!! for the very bad english, but I speak it only a little bit of English. I hope you can understand the main parts. 
  94.      @Help keep GEOS 64 and 128 alive!
  95. **NOTE**
  96. All of the files with the _com name extension are the Source Code files for use with the geoCom application.  They were NOT translated into english, as the products English counter-part is not yet completely translated into USA language.
  97. They will perform nicely with the geoCom application, but will not assemble under any other program (like geoBasic or geoProgrammer).
  98. rammer).
  99. unter-part is not yet completely translated into USA GEOS/BASIC language.
  100. They will perform nicely with the geoCom application, but will not 
  101. Show Font V1.4
  102. is an application that will display the entire character set available, in all point sizes, in any style, from any one of the first 16 FONT files on your disk. 
  103. It is a full working VLIR application provided with the geoCom disk of utilities to demonstrate its' finished product. 
  104.  Please note that for the larger Point sizes you may not get the entire character set displayed if you use the Style change feature.  It will be clipped off at the bottom and right edge. 
  105.      @The SHOW FONT_com 
  106. file is the geoWrite source file for this program, to use with the geoCom demomonstration (if you wish) as per the geoCom instructions.
  107. More about ...
  108.      @Show Font V1.4 Application
  109. .....As I said earlier, this is a full working version of the application, following is the instructions on its' use.:
  110. RUNNING IT...
  111. Open as you normally would any GEOS application file.
  112. You will first be greeted with the filename selection box.
  113. You can select any of the first 16 FONT files on your currently active disk.
  114. You may also choose to change disks, or
  115. You can change to another Drive (supports up 4 disk drives, of the types 1541, 1571, 1581, REU RamDisks, or CMD's RamLink, RamDrive, HardDrives, or FD series drives
  116.      @-in 1581 emulation mode
  117. * (please note your DeskTop must support (4) disk Drives in order to access the 4th Drive)
  118. Once you have selected you disk, drive and font you will enter the Show Font screen.
  119. The upper left corner displays the name of the FONT file you selected, and across to the right side it will display the type of FONT file it is. (normal, LQ, or LW font filetypes supported--BSW fonts will show as "normal")
  120. Below the filename is displayed the FONTs' Full character set. When first opened, the character set will display in the "PLAINTEXT" style, in the lowest avaialbe point size.
  121. To the right you will see a 
  122.      @STYLE selection box.
  123.   Selecting one (or a combination of them) will change the character set with the style selection(s) you made.
  124. You can select the style you wish by clicking on the empty box next to the style type (the box will then show an X in it when selected).....
  125.      @or, 
  126. use one of the shortcut keys (see note *).
  127. Below the STYLE box is 
  128.      @the Point size box
  129. .  It will display the currently selected point size for the Font you are using. (it always starts with the lowest point size in the file).
  130. You can change the Point size (if available in the FONT file) in one of two (2) ways...
  131. Click on one of the scroll arrows on eihter side of the point size displayed.,....or, use one of the up or down cursor keys.
  132. Below the point size box, you will see 
  133.      @the "Show More?" Button.
  134. Click on the button to display the filename selection box and change you displayed font file,
  135. .....or, use the shortcut key.
  136. Below the Show More button is 
  137.      @the "QUIT" Button.
  138. Click on the button to quit to the DeskTop,....or, use the shortcut key.
  139.      @NOTE** 
  140. The German version of geoWrite uses a different set of styles than the American English version, so here is a run-down of the shortcut keys available...
  141.      @C= P
  142.     PLAINTEXT
  143.      @C= O
  144. OUTLINE
  145.      @C= I
  146. ITALIC
  147.      @C= B
  148.      @BOLD
  149.      @C= U
  150. UNDERLINE
  151.      @C= R
  152.     INVERT  
  153.     ** (this is not be available in the English geoWrite) **
  154.             
  155. **( but it IS available in this application !)**
  156.      @C= C
  157.     re-display the filename selection box (so you can change FONT files)
  158.      @C= Q
  159.     Quit the program to the DeskTop screen.
  160.      @CRSR UP    
  161.      scroll the point size up to the largest size available in the file.
  162.      @CRSR DOWN
  163.      scroll the point size down to the smallest size available in the file.
  164. ** please note that this feature is "wrap-around", which means when it reaches the last avaialble size it will "wrap-around" to the first point size available in the font file. ** 
  165. SHOW FONT
  166. shows all available fonts on the disk in all possib
  167. "@SYSTEM INFO
  168. An application that shows you all data from the GEOS KERNAL - like serial number, screen mode, drive configuration, Mouse Icon (picture), Input Device, Printer Driver, ect.......
  169. This program, and the _com file, will show you how you can get this data from your system.
  170. SYSTEM INFO will start with a double click on the icon in the DeskTop.
  171. After it starts, you will first see the fill patterns displayed, the menu, and, in the upper right corner the name of this program.
  172. After this, all possible drives will be displayed.  
  173. When all data is read, which can last a few seconds, all found data will be displayed. 
  174. The mouse cursor in the lower right corner is a graphic icon and can not be moved.
  175. As long as you are using this application, ALL the geos interrupts & turbo are disabled.
  176. You will not have access to most keyboard or mouse commands.
  177. "@You can leave the program with C=Q shortcut key combination.
  178. ** NOTE ** On some (not all) systems, you will have access to the file info boxes of the all system type files on the disk.  Use the C=I shortcut combination to access these info-files.
  179. SYSTEN INFO works in the 40 & 80 column mode(s).
  180. "@SID DEMO 5
  181. This shows
  182.